﻿2026-08-08T22:31:34.3285075Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-08-08T22:31:34.3293868Z ##[group]Run actions/checkout@v4
2026-08-08T22:31:34.3294652Z with:
2026-08-08T22:31:34.3295324Z   fetch-depth: 0
2026-08-08T22:31:34.3295873Z   repository: Gamexgit/FinanceManager
2026-08-08T22:31:34.3299800Z   token: ***
2026-08-08T22:31:34.3300303Z   ssh-strict: true
2026-08-08T22:31:34.3300821Z   ssh-user: git
2026-08-08T22:31:34.3301335Z   persist-credentials: true
2026-08-08T22:31:34.3301878Z   clean: true
2026-08-08T22:31:34.3302387Z   sparse-checkout-cone-mode: true
2026-08-08T22:31:34.3302982Z   fetch-tags: false
2026-08-08T22:31:34.3303498Z   show-progress: true
2026-08-08T22:31:34.3304010Z   lfs: false
2026-08-08T22:31:34.3304488Z   submodules: false
2026-08-08T22:31:34.3305402Z   set-safe-directory: true
2026-08-08T22:31:34.3306078Z   allow-unsafe-pr-checkout: false
2026-08-08T22:31:34.3306979Z env:
2026-08-08T22:31:34.3307447Z   PYTHONPATH: src
2026-08-08T22:31:34.3307961Z   JARVIS_FINANCE_ENV: test
2026-08-08T22:31:34.3308738Z   JARVIS_FINANCE_DB_PATH: /tmp/financemanager-phase3-backend/finance.sqlite3
2026-08-08T22:31:34.3309736Z   JARVIS_FINANCE_RUNTIME_DIR: /tmp/financemanager-phase3-backend/runtime
2026-08-08T22:31:34.3310544Z   JARVIS_FINANCE_WRITE_MODE: disabled
2026-08-08T22:31:34.3311133Z ##[endgroup]
2026-08-08T22:31:34.4606431Z Syncing repository: Gamexgit/FinanceManager
2026-08-08T22:31:34.4609770Z ##[group]Getting Git version info
2026-08-08T22:31:34.4611907Z Working directory is '/home/runner/work/FinanceManager/FinanceManager'
2026-08-08T22:31:34.4614926Z [command]/usr/bin/git version
2026-08-08T22:31:34.4646109Z git version 2.54.0
2026-08-08T22:31:34.4758586Z ##[endgroup]
2026-08-08T22:31:34.4768474Z Temporarily overriding HOME='/home/runner/work/_temp/21cad458-beaf-48e3-b6be-2f3a9f4ddfe3' before making global git config changes
2026-08-08T22:31:34.4771399Z Adding repository directory to the temporary git global config as a safe directory
2026-08-08T22:31:34.4773545Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/FinanceManager/FinanceManager
2026-08-08T22:31:34.4777282Z Deleting the contents of '/home/runner/work/FinanceManager/FinanceManager'
2026-08-08T22:31:34.4779158Z ##[group]Initializing the repository
2026-08-08T22:31:34.4780466Z [command]/usr/bin/git init /home/runner/work/FinanceManager/FinanceManager
2026-08-08T22:31:34.4866288Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-08T22:31:34.4868491Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-08-08T22:31:34.4877517Z hint: to use in all of your new repositories, which will suppress this warning,
2026-08-08T22:31:34.4878616Z hint: call:
2026-08-08T22:31:34.4879411Z hint:
2026-08-08T22:31:34.4880334Z hint: 	git config --global init.defaultBranch <name>
2026-08-08T22:31:34.4881263Z hint:
2026-08-08T22:31:34.4882277Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-08T22:31:34.4898506Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-08T22:31:34.4909893Z hint:
2026-08-08T22:31:34.4910982Z hint: 	git branch -m <name>
2026-08-08T22:31:34.4912980Z hint:
2026-08-08T22:31:34.4935525Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-08-08T22:31:34.4937832Z Initialized empty Git repository in /home/runner/work/FinanceManager/FinanceManager/.git/
2026-08-08T22:31:34.4951708Z [command]/usr/bin/git remote add origin https://github.com/Gamexgit/FinanceManager
2026-08-08T22:31:34.4997374Z ##[endgroup]
2026-08-08T22:31:34.4998587Z ##[group]Disabling automatic garbage collection
2026-08-08T22:31:34.4999539Z [command]/usr/bin/git config --local gc.auto 0
2026-08-08T22:31:34.5010786Z ##[endgroup]
2026-08-08T22:31:34.5012444Z ##[group]Setting up auth
2026-08-08T22:31:34.5016564Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-08T22:31:34.5107179Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-08T22:31:34.5728254Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-08T22:31:34.5732833Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-08T22:31:34.6907554Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-08T22:31:34.6927283Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-08T22:31:34.6930996Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-08T22:31:34.6934151Z ##[endgroup]
2026-08-08T22:31:34.6935681Z ##[group]Fetching the repository
2026-08-08T22:31:34.6938518Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +8d40641010c4904ad6b504ba2ee642c1db72edae:refs/remotes/pull/48/merge
2026-08-08T22:31:35.4553092Z From https://github.com/Gamexgit/FinanceManager
2026-08-08T22:31:35.4558062Z  * [new branch]      Sprint14/twr-xirr-performance-attribution -> origin/Sprint14/twr-xirr-performance-attribution
2026-08-08T22:31:35.4561427Z  * [new branch]      Sprint15/household-import-transfer-reconciliation-v1 -> origin/Sprint15/household-import-transfer-reconciliation-v1
2026-08-08T22:31:35.4565090Z  * [new branch]      Sprint16/hotfix-openpyxl-runtime-dependency -> origin/Sprint16/hotfix-openpyxl-runtime-dependency
2026-08-08T22:31:35.4567912Z  * [new branch]      Sprint16/smart-household-inbox-real-data-onboarding-v2 -> origin/Sprint16/smart-household-inbox-real-data-onboarding-v2
2026-08-08T22:31:35.4571574Z  * [new branch]      feat/budget-analytics-data-explorer-v1   -> origin/feat/budget-analytics-data-explorer-v1
2026-08-08T22:31:35.4574969Z  * [new branch]      feat/budget-categories-duplicates-cleanup -> origin/feat/budget-categories-duplicates-cleanup
2026-08-08T22:31:35.4577897Z  * [new branch]      feat/budget-categories-ux-fix            -> origin/feat/budget-categories-ux-fix
2026-08-08T22:31:35.4580452Z  * [new branch]      feat/budget-import-production-v2         -> origin/feat/budget-import-production-v2
2026-08-08T22:31:35.4583365Z  * [new branch]      feat/budget-monthly-import-rule-learning-v1 -> origin/feat/budget-monthly-import-rule-learning-v1
2026-08-08T22:31:35.4586518Z  * [new branch]      feat/budget-phase-1-4                    -> origin/feat/budget-phase-1-4
2026-08-08T22:31:35.4589113Z  * [new branch]      feat/budget-planning-forecast-v1         -> origin/feat/budget-planning-forecast-v1
2026-08-08T22:31:35.4592007Z  * [new branch]      feat/budget-planning-usability-v2        -> origin/feat/budget-planning-usability-v2
2026-08-08T22:31:35.4595227Z  * [new branch]      feat/budget-review-bulk-assign-confirm   -> origin/feat/budget-review-bulk-assign-confirm
2026-08-08T22:31:35.4597583Z  * [new branch]      feat/budget-workflow-help-ux             -> origin/feat/budget-workflow-help-ux
2026-08-08T22:31:35.4600540Z  * [new branch]      feat/finance-command-center-monthly-close-v1 -> origin/feat/finance-command-center-monthly-close-v1
2026-08-08T22:31:35.4603518Z  * [new branch]      feat/fixed-costs-subscriptions-v1        -> origin/feat/fixed-costs-subscriptions-v1
2026-08-08T22:31:35.4606366Z  * [new branch]      feat/grocery-matching-review-learning-v2 -> origin/feat/grocery-matching-review-learning-v2
2026-08-08T22:31:35.4609347Z  * [new branch]      feat/grocery-product-price-providers-v1  -> origin/feat/grocery-product-price-providers-v1
2026-08-08T22:31:35.4616915Z  * [new branch]      feat/migros-product-savings-grocery-optimizer-v1 -> origin/feat/migros-product-savings-grocery-optimizer-v1
2026-08-08T22:31:35.4620377Z  * [new branch]      feat/mobile-nav-income-csv-final         -> origin/feat/mobile-nav-income-csv-final
2026-08-08T22:31:35.4623494Z  * [new branch]      feat/mobile-nav-income-hotfix-v2         -> origin/feat/mobile-nav-income-hotfix-v2
2026-08-08T22:31:35.4626924Z  * [new branch]      feat/mobile-nav-income-planning-v1       -> origin/feat/mobile-nav-income-planning-v1
2026-08-08T22:31:35.4630042Z  * [new branch]      fix/manual-entry-uat-flows               -> origin/fix/manual-entry-uat-flows
2026-08-08T22:31:35.4633144Z  * [new branch]      fix/sprint16.2-insurance-family-order    -> origin/fix/sprint16.2-insurance-family-order
2026-08-08T22:31:35.4636908Z  * [new branch]      hotfix/sprint13-global-portfolio-aggregation -> origin/hotfix/sprint13-global-portfolio-aggregation
2026-08-08T22:31:35.4640517Z  * [new branch]      hotfix/sprint20-wealth-history-contract  -> origin/hotfix/sprint20-wealth-history-contract
2026-08-08T22:31:35.4643740Z  * [new branch]      hotfix/sprint8-kpi-overflow              -> origin/hotfix/sprint8-kpi-overflow
2026-08-08T22:31:35.4647498Z  * [new branch]      hotfix/sprint8-readonly-render           -> origin/hotfix/sprint8-readonly-render
2026-08-08T22:31:35.4651000Z  * [new branch]      integration/portfolio-phase3-to-main     -> origin/integration/portfolio-phase3-to-main
2026-08-08T22:31:35.4653884Z  * [new branch]      main                                     -> origin/main
2026-08-08T22:31:35.4656804Z  * [new branch]      sprint10/portfolio-go-live               -> origin/sprint10/portfolio-go-live
2026-08-08T22:31:35.4659876Z  * [new branch]      sprint11/portfolio-completeness-ux       -> origin/sprint11/portfolio-completeness-ux
2026-08-08T22:31:35.4663081Z  * [new branch]      sprint12/truewealth-verified-import      -> origin/sprint12/truewealth-verified-import
2026-08-08T22:31:35.4666555Z  * [new branch]      sprint13/postfinance-ledger-import       -> origin/sprint13/postfinance-ledger-import
2026-08-08T22:31:35.4670424Z  * [new branch]      sprint16.1/classification-coverage-import-readiness -> origin/sprint16.1/classification-coverage-import-readiness
2026-08-08T22:31:35.4674292Z  * [new branch]      sprint16.2/first-import-calibration-portal-flow -> origin/sprint16.2/first-import-calibration-portal-flow
2026-08-08T22:31:35.4678879Z  * [new branch]      sprint16.3/import-readiness-batched-decisions-performance -> origin/sprint16.3/import-readiness-batched-decisions-performance
2026-08-08T22:31:35.4682387Z  * [new branch]      sprint17a/data-truth                     -> origin/sprint17a/data-truth
2026-08-08T22:31:35.4685398Z  * [new branch]      sprint17b/equity-quote-refresh           -> origin/sprint17b/equity-quote-refresh
2026-08-08T22:31:35.4688443Z  * [new branch]      sprint17b/household-cockpit              -> origin/sprint17b/household-cockpit
2026-08-08T22:31:35.4691671Z  * [new branch]      sprint17c/data-truth-navigation-today-lite -> origin/sprint17c/data-truth-navigation-today-lite
2026-08-08T22:31:35.4695475Z  * [new branch]      sprint19/prior-year-actuals-simple-budget-v1 -> origin/sprint19/prior-year-actuals-simple-budget-v1
2026-08-08T22:31:35.4698838Z  * [new branch]      sprint2/navigation-design-shell          -> origin/sprint2/navigation-design-shell
2026-08-08T22:31:35.4701972Z  * [new branch]      sprint20/performance-data-readiness-v1   -> origin/sprint20/performance-data-readiness-v1
2026-08-08T22:31:35.4705796Z  * [new branch]      sprint20b/performance-activation-daily-valuations-v1 -> origin/sprint20b/performance-activation-daily-valuations-v1
2026-08-08T22:31:35.4709874Z  * [new branch]      sprint20e/market-data-recovery-crypto-activation-v1 -> origin/sprint20e/market-data-recovery-crypto-activation-v1
2026-08-08T22:31:35.4713352Z  * [new branch]      sprint20e/never-run-status-hotfix        -> origin/sprint20e/never-run-status-hotfix
2026-08-08T22:31:35.4716891Z  * [new branch]      sprint20e/provider-provenance-ui-hotfix  -> origin/sprint20e/provider-provenance-ui-hotfix
2026-08-08T22:31:35.4720500Z  * [new branch]      sprint20f/truewealth-instrument-model-activation -> origin/sprint20f/truewealth-instrument-model-activation
2026-08-08T22:31:35.4724199Z  * [new branch]      sprint3.1/reconciliation-semantic-hardening -> origin/sprint3.1/reconciliation-semantic-hardening
2026-08-08T22:31:35.4728134Z  * [new branch]      sprint3/reconciliation-snapshot-foundation -> origin/sprint3/reconciliation-snapshot-foundation
2026-08-08T22:31:35.4731649Z  * [new branch]      sprint4.1/portfolio-policy-contract-hardening -> origin/sprint4.1/portfolio-policy-contract-hardening
2026-08-08T22:31:35.4735478Z  * [new branch]      sprint4/portfolio-policy-foundation      -> origin/sprint4/portfolio-policy-foundation
2026-08-08T22:31:35.4738870Z  * [new branch]      sprint5/portfolio-performance-foundation -> origin/sprint5/portfolio-performance-foundation
2026-08-08T22:31:35.4742767Z  * [new branch]      sprint6/portfolio-data-ingestion-reconciliation -> origin/sprint6/portfolio-data-ingestion-reconciliation
2026-08-08T22:31:35.4746747Z  * [new branch]      sprint7/postfinance-portfolio-source     -> origin/sprint7/postfinance-portfolio-source
2026-08-08T22:31:35.4749889Z  * [new branch]      sprint8/market-fx-benchmark-risk         -> origin/sprint8/market-fx-benchmark-risk
2026-08-08T22:31:35.4752851Z  * [new branch]      sprint9/portfolio-basis-policy           -> origin/sprint9/portfolio-basis-policy
2026-08-08T22:31:35.4755546Z  * [new tag]         v0.3.0                                   -> v0.3.0
2026-08-08T22:31:35.4757744Z  * [new tag]         v0.3.1                                   -> v0.3.1
2026-08-08T22:31:35.4759994Z  * [new tag]         v0.3.2                                   -> v0.3.2
2026-08-08T22:31:35.4762610Z  * [new ref]         8d40641010c4904ad6b504ba2ee642c1db72edae -> pull/48/merge
2026-08-08T22:31:35.4768436Z ##[endgroup]
2026-08-08T22:31:35.4770916Z ##[group]Determining the checkout info
2026-08-08T22:31:35.4773838Z ##[endgroup]
2026-08-08T22:31:35.4775606Z [command]/usr/bin/git sparse-checkout disable
2026-08-08T22:31:35.4848960Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-08T22:31:35.4879469Z ##[group]Checking out the ref
2026-08-08T22:31:35.4881430Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/48/merge
2026-08-08T22:31:35.5473433Z Note: switching to 'refs/remotes/pull/48/merge'.
2026-08-08T22:31:35.5486606Z 
2026-08-08T22:31:35.5487529Z You are in 'detached HEAD' state. You can look around, make experimental
2026-08-08T22:31:35.5489107Z changes and commit them, and you can discard any commits you make in this
2026-08-08T22:31:35.5490623Z state without impacting any branches by switching back to a branch.
2026-08-08T22:31:35.5491511Z 
2026-08-08T22:31:35.5492201Z If you want to create a new branch to retain commits you create, you may
2026-08-08T22:31:35.5493663Z do so (now or later) by using -c with the switch command. Example:
2026-08-08T22:31:35.5494503Z 
2026-08-08T22:31:35.5495409Z   git switch -c <new-branch-name>
2026-08-08T22:31:35.5496276Z 
2026-08-08T22:31:35.5496891Z Or undo this operation with:
2026-08-08T22:31:35.5497571Z 
2026-08-08T22:31:35.5497955Z   git switch -
2026-08-08T22:31:35.5498416Z 
2026-08-08T22:31:35.5499359Z Turn off this advice by setting config variable advice.detachedHead to false
2026-08-08T22:31:35.5500196Z 
2026-08-08T22:31:35.5501305Z HEAD is now at 8d40641 Merge fcb64edb70d90082ead266d402c31eb20f77c2f2 into c3525a03dd78a91b34f4cf0ae973c24d0ee37180
2026-08-08T22:31:35.5523892Z ##[endgroup]
2026-08-08T22:31:35.5577125Z [command]/usr/bin/git log -1 --format=%H
2026-08-08T22:31:35.5609533Z 8d40641010c4904ad6b504ba2ee642c1db72edae
